home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 5460 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: rcp6.elan.af.mil!rscernix!danpop
  2. From: danpop@mail.cern.ch (Dan Pop)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Where Can I Find Standard C Library S
  5. Date: 8 Feb 96 03:10:09 GMT
  6. Organization: CERN European Lab for Particle Physics
  7. Message-ID: <danpop.823749009@rscernix>
  8. References: <4fb8mf$ouo@spanky.pls.ov.com> <4fb90l$ouo@spanky.pls.ov.com>
  9. NNTP-Posting-Host: hpl3sn04.cern.ch
  10. X-Newsreader: NN version 6.5.0 #7 (NOV)
  11.  
  12. In <4fb90l$ouo@spanky.pls.ov.com> glenn@ov.com (Fletcher.Glenn@ov.com) writes:
  13.  
  14. >printf is usually very system specific once you get down to the level
  15. >of actually outputting characters to a display device.  Therefore,
  16. >you can only talk about source for a specific platform.
  17.  
  18. Actually, there is absolutely nothing which is system specific in printf,
  19. which can be implemented without a single line of system-specific code.
  20.  
  21. To output a character, printf simply calls putc, which is system-specific,
  22. indeed.  There is no need for printf to contain its own version of putc.
  23.  
  24. Dan
  25. --
  26. Dan Pop
  27. CERN, CN Division
  28. Email: danpop@mail.cern.ch 
  29. Mail:  CERN - PPE, Bat. 31 R-004, CH-1211 Geneve 23, Switzerland
  30.